ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRanges Class / FindLastIndex Method / FindLastIndex(Predicate<CodeRange>) Method

In This Topic
    FindLastIndex(Predicate<CodeRange>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal match As System.Predicate(Of CodeRange) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.Predicate<CodeRange> match
    )

    Parameters

    match
    See Also